home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00526.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  177 b   |  14 lines

  1. on flick
  2.   global r
  3.   set r to random(3)
  4.   if r = 1 then
  5.     play frame "1"
  6.   end if
  7.   if r = 2 then
  8.     play frame "2"
  9.   end if
  10.   if r = 3 then
  11.     play frame "3"
  12.   end if
  13. end
  14.